home *** CD-ROM | disk | FTP | other *** search
- object FrmGrafiek: TFrmGrafiek
- Left = 147
- Top = 52
- HelpContext = 9021
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Grafieken'
- ClientHeight = 314
- ClientWidth = 377
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object L1: TLabel
- Left = 8
- Top = 20
- Width = 105
- Height = 13
- AutoSize = False
- Caption = 'Grafiek weergeven'
- end
- object Bevel1: TBevel
- Left = 8
- Top = 48
- Width = 361
- Height = 9
- Shape = bsTopLine
- end
- object BtnOk: TBitBtn
- Left = 136
- Top = 282
- Width = 99
- Height = 25
- HelpContext = 9910
- Caption = '&Sluiten'
- Default = True
- TabOrder = 0
- OnClick = BtnOkClick
- NumGlyphs = 2
- end
- object CmbType: TComboBox
- Left = 120
- Top = 16
- Width = 249
- Height = 21
- HelpContext = 9021
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Kosten per maand'
- 'Aantal verbindingen per maand'
- 'Verbindingen per dag in procenten')
- TabOrder = 1
- OnChange = CmbTypeChange
- end
- object Scb: TScrollBox
- Left = 8
- Top = 68
- Width = 361
- Height = 197
- HelpContext = 9021
- VertScrollBar.Visible = False
- Color = clWindow
- ParentColor = False
- TabOrder = 2
- object Pbx: TPaintBox
- Left = 0
- Top = 0
- Width = 357
- Height = 193
- Align = alClient
- PopupMenu = PopCopyPic
- OnPaint = PbxPaint
- end
- end
- object PopCopyPic: TPopupMenu
- Left = 74
- Top = 102
- object Save: TMenuItem
- Caption = 'Opslaan als...'
- ShortCut = 0
- OnClick = SaveClick
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Sluiten1: TMenuItem
- Caption = 'Sluiten'
- ShortCut = 0
- OnClick = Sluiten1Click
- end
- end
- object DlgSave: TSaveDialog
- DefaultExt = 'bmp'
- FileEditStyle = fsEdit
- Filter = 'Bitmap|*.bmp'
- Options = [ofHideReadOnly]
- Title = 'Intercent 99'
- Left = 74
- Top = 158
- end
- end
-